ImportResultinterface
Describes the result from importing app definitions at runtime.
Properties (2)
| Property | Type | Default | Required | Description |
|---|---|---|---|---|
| errors⚓︎ | { app: string; error: string }[] | x | Array of objects describing errors from importing app definitions. |
|
| imported⚓︎ | string[] | x | Array of names of the successfully imported apps as specified in their definitions. |